home *** CD-ROM | disk | FTP | other *** search
/ Tux Racer / Tux Racer.iso / program files / Sunspire Studios / Tux Racer / courses / glacier / sunny_light.tcl < prev    next >
Encoding:
Text File  |  2001-09-09  |  1.2 KB  |  31 lines

  1. objset :course \
  2.     {-light0_on} {1} \
  3.     {-light0_ambient} {0.600000023842 0.629999995232 0.689999997616 1.0} \
  4.     {-light0_diffuse} {1.0 0.920000016689 0.850000023842 1.0} \
  5.     {-light0_specular} {0.9 0.9 0.9 1.0} \
  6.     {-light0_position} {1.0 1.0 -1.0 0.0} \
  7.  
  8. tux_fog -on -mode linear -density 0.005 -colour { 1.0 1.0 1.0 1 } -start 0 \
  9.     -end [tux_get_param forward_clip_distance]
  10.   
  11. tux_particle_colour { 1.0 1.0 1.0 1.0 }
  12.  
  13. tux_load_texture envmap ../glacier/glaciersunny_right.png 0
  14.  
  15. tux_load_texture glacier-front ../glacier/glaciersunny_front.png 0
  16. tux_load_texture glacier-right ../glacier/glaciersunny_right.png 0
  17. tux_load_texture glacier-left ../glacier/glaciersunny_left.png 0
  18. tux_load_texture glacier-back ../glacier/glaciersunny_back.png 0
  19. tux_load_texture glacier-top ../glacier/glaciersunny_top.png 0
  20. tux_load_texture glacier-bottom ../glacier/glaciersunny_bottom.png 0
  21.  
  22. tux_bind_texture sky_front glacier-front
  23. tux_bind_texture sky_right glacier-right
  24. tux_bind_texture sky_left glacier-left
  25. tux_bind_texture sky_back glacier-back
  26. tux_bind_texture sky_top glacier-top
  27. tux_bind_texture sky_bottom glacier-bottom
  28.  
  29. objcreate {s_texture_cube} {:textures:cubemap} \
  30.     {-filename} {../glacier/glaciersunny_}
  31.